Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
標(biāo)簽: array B. Distributed has
上傳時(shí)間: 2013-12-25
上傳用戶:洛木卓
LPI-Linux-Certification-in-a-Nutshell的原版,很好,適合學(xué)習(xí)linux
標(biāo)簽: LPI-Linux-Certification-in-a-Nuts linux hell
上傳時(shí)間: 2014-01-04
上傳用戶:冇尾飛鉈
%直接型到并聯(lián)型的轉(zhuǎn)換 % %[C,B,A]=dir2par(b,a) %C為當(dāng)b的長度大于a時(shí)的多項(xiàng)式部分 %B為包含各bk的K乘2維實(shí)系數(shù)矩陣 %A為包含各ak的K乘3維實(shí)系數(shù)矩陣 %b為直接型分子多項(xiàng)式系數(shù) %a為直接型分母多項(xiàng)式系數(shù) %
上傳時(shí)間: 2014-01-20
上傳用戶:lizhen9880
// 帶有列主元的高斯消元法 // 功能: 求解線性方程組 Ax = b // 參數(shù): A - 指向n*n系數(shù)矩陣的指針 // b - 常數(shù)向量的指針 // n - 方程組的維數(shù) // 返回值:0 - 如果成功。線性方程組的解保存在 b 中 // 1 - 求解失敗
上傳時(shí)間: 2013-12-18
上傳用戶:xcy122677
This book was written to provide a single reference for network administration in a Linux environment. Beginners and experienced users alike should find the information they need to cover nearly all important administration activities required to manage a Linux network configuration.
標(biāo)簽: administration environmen reference provide
上傳時(shí)間: 2013-12-20
上傳用戶:225588
Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber ... ... ... ... ... ... ... ..... Publisher: O Reilly Pub Date: July 2005 ISBN: 0-596-00930-5 Pages: 944 Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don t consider themselves computer gurus.
標(biāo)簽: Nutshell Edition Figgins Stephen
上傳時(shí)間: 2015-12-03
上傳用戶:frank1234
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
標(biāo)簽: begin Binary_Search function return
上傳時(shí)間: 2015-12-17
上傳用戶:tb_6877751
Linux Kernel in a Nutshell By Greg Kroah-Hartman ............................................... Publisher: O Reilly Pub Date: December 01, 2006 ISBN-10: 0-596-10079-5 ISBN-13: 978-0-596-10079-7 Pages: 352
標(biāo)簽: Kroah-Hartman Nutshell Kernel Linux
上傳時(shí)間: 2013-12-26
上傳用戶:as275944189
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標(biāo)簽: Description Calculate integer 101000
上傳時(shí)間: 2014-01-25
上傳用戶:tonyshao
RSA核心運(yùn)算使用的乘模算法就是 M(A*B)。雖然M(A*B)并不是乘模所需要的真正結(jié)果,但只要在冪模算法中進(jìn)行相應(yīng)的修改,就可以調(diào)用這個(gè)乘模算法進(jìn)行計(jì)算了。本軟件起初未使用Montgomery 乘模算法時(shí),加密速度比使用Montgomery乘模算法慢,但速度相差不到一個(gè)數(shù)量級。 將上述乘模算法結(jié)合前面敘述的冪模算法,構(gòu)成標(biāo)準(zhǔn)Montgomery冪模算法,即本軟件所使用的流程
上傳時(shí)間: 2016-07-16
上傳用戶:hullow
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1